Installation

agentty is a terminal-first environment for running AI coding agents in isolated git worktrees.

Install🔗

Use one of these installation options:

Shell installer🔗

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/latest/download/agentty-installer.sh | sh

Cargo🔗

cargo install agentty

npm (global)🔗

npm install -g agentty

npx (no install)🔗

npx agentty

Start a Session🔗

  1. Open a git repository in your terminal.
  2. Run agentty.
  3. Start a new session and let the agent work in its dedicated worktree branch.

Review Changes🔗

Inside agentty, open the diff view (d) to inspect the generated git diff before you keep or discard edits.